func html/template.isComment

5 uses

	html/template (current package)
		context.go#L152: func isComment(s state) bool {
		escape.go#L242: 		if isComment(c.state) {
		escape.go#L739: 		} else if isComment(c.state) && c.delim == delimNone {
		escape.go#L759: 		if c.state != c1.state && isComment(c1.state) && c1.delim == delimNone {
		escape.go#L776: 		if !isComment(c.state) || c.delim != delimNone {